home *** CD-ROM | disk | FTP | other *** search
- Plot2D = {
- SUPERCLASS = Plot1D;
- };
- Plot1D = {
- OUTLETS = {
- hcntl;
- bkCache;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InspectFunc = {
- ACTIONS = {
- closeMessageWindow:;
- performCompile:;
- tupleBrowserSelected:;
- performEdit:;
- newFunction:;
- newColumnFunction:;
- funcNameCancel:;
- funcNameOK:;
- };
- OUTLETS = {
- statusText;
- msgWindow;
- funcNamePanel;
- funcList;
- curFuncObj;
- msgScrollView;
- funcNameForm;
- tupleBrowser;
- funcBrowser;
- };
- SUPERCLASS = InspectBase;
- };
- InspectBase = {
- ACTIONS = {
- windowDidUpdate:;
- };
- OUTLETS = {
- selectedPlot;
- hDraw;
- contentBox;
- graphicView;
- graphic;
- theInspector;
- };
- SUPERCLASS = Object;
- };
- GraphicView = {
- ACTIONS = {
- takeTextColorFrom:;
- paste:;
- alignToGrid:;
- selectAll:;
- hideGrid:;
- takeGridValueFrom:;
- changeAspectRatio:;
- group:;
- delete:;
- takeLineJoinFrom:;
- takeFrameValueFrom:;
- takeGridGrayFrom:;
- bringToFront:;
- enableGrid:;
- takeLineArrowFrom:;
- setCurrentGraphic:;
- ungroup:;
- takeGrayValueFrom:;
- changeFont:;
- unlock:;
- takeLineWidthFrom:;
- deselectAll:;
- copy:;
- takeLineCapFrom:;
- sizeToGrid:;
- sendToBack:;
- takeFillColorFrom:;
- takeFillValueFrom:;
- takeLineColorFrom:;
- lock:;
- cut:;
- };
- OUTLETS = {
- slist;
- cacheWindow;
- glist;
- };
- SUPERCLASS = View;
- };
- HGraphicView = {
- SUPERCLASS = GraphicView;
- };
-